home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / FreeSoftware / MicrosoftXP / personal_main.swf / scripts / DefineButton2_67 / BUTTONCONDACTION on(rollOut).as < prev    next >
Text File  |  2001-03-22  |  111b  |  8 lines

  1. on(rollOut){
  2.    tellTarget("/label_movie")
  3.    {
  4.       gotoAndStop("show_nothing");
  5.       play();
  6.    }
  7. }
  8.